home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC for Alla 2005 April
/
PC för Alla 0504.iso
/
noje
/
arcade-3.6.exe
/
snake.swf
/
scripts
/
DefineSprite_5_snake
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-29
|
265 b
|
20 lines
stop();
this.onEnterFrame = function()
{
if(_root.lc)
{
return undefined;
}
if(!_root.gameOver && !_root.paused)
{
if(fuse)
{
fuse--;
}
else
{
_visible = false;
}
}
};